ComponentOne Xamarin.iOS
Add Method (GridRowColCollection<T>)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class : Add Method
The object to add to the ICollection.
Adds an item to the ICollection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As T _
) 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim item As T
 
instance.Add(item)
public void Add( 
   T item
)

Parameters

item
The object to add to the ICollection.
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members